-
I am using three.js for creating 3D Objects. I want to create 3d canvas similar like this in my project. …
- 507 views
- 1 answers
- 0 votes
-
This is STL Viewer: import * as THREE from "https://threejs.org/build/three.module.js"; import {OrbitControls} from "https://threejs.org/examples/jsm/controls/OrbitControls.js"; import {STLLoader} from "https://threejs.org/examples/jsm/loaders/STLLoader.js"; const scene …
- 382 views
- 1 answers
- 0 votes
-
I know that there is a good tree.js bridge for Jupyter Notebook. But what I want is simply a package …
- 375 views
- 0 answers
- 0 votes
-
I was thinking that for some projects I do 60fps is not totally needed. I figured I could have more …
- 360 views
- 5 answers
- 0 votes
-
I’m trying to put two materials in a plane, one over the other. I mean, I have a bricks background …
- 403 views
- 1 answers
- 0 votes
-
I am currently working on a .stl viewer using Three.js. The goal is select and calculate certain areas. For this …
- 343 views
- 2 answers
- 0 votes
-
I am trying to achieve flat shading with the phong material. As the documentation says we have to set flatShading:true …
- 370 views
- 1 answers
- 0 votes
-
I am currently working on a web application that is supposed to give the faces another color when they are …
- 430 views
- 1 answers
- 0 votes